Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 414 Bytes

File metadata and controls

19 lines (12 loc) · 414 Bytes

keywords: task forms, SDI, Display Status Bar

SDI - Display Status Bar

Name in Migrated Code: additional property
Location in Migrated Code: OnControllerLoad() methods of the view class

2018 01 02 13H48 13 3

Example :

protected override void OnControllerLoad()
{
+    SetContainerForm(() => new ApplicationSDI() { ShowStatusStrip = false});
}